object ConfigureToolsForm: TConfigureToolsForm Left = 403 Top = 165 BorderStyle = bsDialog Caption = 'Configure tools' ClientHeight = 249 ClientWidth = 465 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 203 Width = 449 Height = 14 Shape = bsTopLine end object m_lvToolsListView: TListView Left = 8 Top = 8 Width = 449 Height = 148 Columns = < item Caption = 'Menu item name' Width = 100 end item Caption = 'Application path' Width = 225 end item Caption = 'Command string' Width = 119 end> GridLines = True HideSelection = False RowSelect = True TabOrder = 0 ViewStyle = vsReport OnDblClick = m_lvToolsListViewDblClick end object m_btnAdd: TButton Left = 16 Top = 168 Width = 75 Height = 25 Action = AddAction TabOrder = 1 end object m_btnDelete: TButton Left = 104 Top = 168 Width = 75 Height = 25 Action = DeleteAction TabOrder = 2 end object m_btnMoveUp: TButton Left = 280 Top = 168 Width = 75 Height = 25 Action = MoveUpAction TabOrder = 3 end object m_btnMoveDown: TButton Left = 368 Top = 168 Width = 75 Height = 25 Action = MoveDownAction TabOrder = 4 end object m_btnCancel: TButton Left = 368 Top = 216 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object m_btnOk: TButton Left = 280 Top = 216 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 6 OnClick = m_btnOkClick end object m_btnEdit: TButton Left = 192 Top = 168 Width = 75 Height = 25 Action = EditAction TabOrder = 7 end object ActionList: TActionList Left = 16 Top = 208 object AddAction: TAction Caption = 'Add item' OnExecute = AddActionExecute end object DeleteAction: TAction Caption = 'Delete item' OnExecute = DeleteActionExecute OnUpdate = DeleteActionUpdate end object MoveUpAction: TAction Caption = 'Move Up' OnExecute = MoveUpActionExecute OnUpdate = MoveUpActionUpdate end object MoveDownAction: TAction Caption = 'Move Down' OnExecute = MoveDownActionExecute OnUpdate = MoveDownActionUpdate end object EditAction: TAction Caption = 'Edit' OnExecute = EditActionExecute OnUpdate = DeleteActionUpdate end end object smlFormLangRes: TsmlFormLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True StringProperties.Strings = ( 'Caption') StringsProperties.Strings = ( 'Tabs' 'Items') IgnoreControls.Strings = ( 'm_btnAdd' 'm_btnDelete' 'm_btnMoveUp' 'm_btnMoveDown' 'm_btnEdit') IgnoreFormCaption = False IncludeListViewItems = False IncludeListViewHead = True IncludeTreeViewItems = False Active = False Left = 48 Top = 208 end end